/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-theme .owl-controls{
	/*text-align: center;*/
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=70);/*IE7 fix*/
	opacity: 0.7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #EEE;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #000;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/web/20170324212110im_/http://www.lecentredubenin.org/css/AjaxLoader.gif) no-repeat center center
}

/*EDITED BY DESIGNOVA : Customized Controls*/
.owl-prev{
	position: absolute;
	width: 50px;
	height: 50px;
	background: transparent url(/web/20170324212110im_/http://www.lecentredubenin.org/images/prev.png) no-repeat center center !important;
	top: 50%;
	left:20px;
	z-index:10000;
}
.owl-next{
	position: absolute;
	width: 50px;
	height: 50px;
	background: transparent url(/web/20170324212110im_/http://www.lecentredubenin.org/images/next.png) no-repeat center center !important;
	top: 50%;
	right:20px;
	z-index:10001;
}
.owl-nav-sticky-wide .owl-prev{
	left: 20px;
}
.owl-nav-sticky-wide .owl-next{
	right: 20px;
}
.owl-nav-sticky-center .owl-prev{
	margin-left: -60px !important;
}
.owl-nav-sticky-center .owl-next{
	margin-right: -60px !important;
}

.owl-nav-sticky-left .owl-prev{
	left: 20px;
}
.owl-nav-sticky-left .owl-next{
	left: 120px;
}
.owl-nav-sticky-right .owl-prev{
	right: 120px;
}
.owl-nav-sticky-right .owl-next{
	right: 20px;
}







/*
     FILE ARCHIVED ON 21:21:10 Mar 24, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:32:06 Jun 04, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 65.341
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.07
  cdx.remote: 0.058
  esindex: 0.009
  LoadShardBlock: 41.251 (3)
  PetaboxLoader3.datanode: 74.497 (4)
  CDXLines.iter: 14.535 (3)
  load_resource: 120.969
  PetaboxLoader3.resolve: 63.868
*/